home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960209-19960425 / 000041_news@columbia.edu _Mon Feb 19 01:41:01 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id BAA16640 for <kermit.misc@watsun>; Mon, 19 Feb 1996 01:41:00 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id BAA05222 for kermit.misc@watsun; Mon, 19 Feb 1996 01:40:57 -0500 (EST)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!news.dacom.co.kr!usenet.seri.re.kr!news.cais.net!news.jsums.edu!gatech!newsfeed.internetmci.com!in2.uu.net!satisfied.apocalypse.org!news2.near.net!news.ner.bbnplanet.net!news.ipswitch.com!ddl
  5. From: ddl@harvard.edu (Dan Lanciani)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: DOS Kermit over Win 95 TCP/IP?
  8. Message-ID: <3533@news.IPSWITCH.COM>
  9. Date: 19 Feb 96 01:31:37 GMT
  10. References: <1996Feb17.173041@aik.tec.sc.us> <1996Feb17.193212.74384@cc.usu.edu>
  11. Organization: Internet 
  12. Lines: 27
  13.  
  14. In article <1996Feb17.173041@aik.tec.sc.us>, timmons@aik.tec.sc.us (Ray Timmons (803) 593-9954 ext. 1210) writes:
  15. | Our networked PC's on campus are using the dis_pkt9.dos packet driver
  16. | to run DOS kermit over the MS Windows for Workgroups TCP/IP stack.
  17. | Is there a way to do the same thing in Win 95?  I know that there is
  18. | a Win 95 Kermit, but we don't have the money to buy it, nor the time 
  19. | to teach another kermit interface.
  20.  
  21. It isn't absolutely clear what you want to do.  The dis_pkt family of
  22. shims doesn't run kermit over a tcp/ip stack at all, but runs it over
  23. an NDIS2 driver.  Generally, you would have a problem if you also had
  24. the MSWfWG tcp/ip stack loaded.  (But you could have, e.g., the MSWfWG
  25. netbeui stack running just fine.)
  26.  
  27. If in fact you are simply running kermit over NDIS2 drivers in WfWG and
  28. want to switch to Windows95 with NDIS3 drivers, you can use my ndis3pkt
  29. shim available from hsdndev.harvard.edu in pub/ndis3pkt.  It will serve
  30. the same purpose as dis_pkt+winpkt but without taking up any low memory.
  31. It also incorporates a pktmux-like mechanism to allow multiple tcp/ip
  32. stacks to coexist (at least as well as such things ever coexist) provided
  33. the stacks are all packet driver clients.  It will *not* allow you to run
  34. kermit and MSTCP on the same IP address on one machine.  However, many
  35. users have had success using both packet driver tcp/ip stacks (e.g., kermit)
  36. and MSTCP as long as they allocated different IP address to each.
  37.  
  38.                 Dan Lanciani
  39.                 ddl@harvard.*